home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 95 / MOBICLIC 95.ISO / pc / MWB_DATA / TCH095 / TCH095_01 / TCH095_01.swf / scripts / frame_80 / DoAction.as
Text File  |  2007-06-28  |  509b  |  24 lines

  1. switch(_root.typeZone)
  2. {
  3.    case "v":
  4.       activeZone = 0;
  5.       gotoAndStop("attente_1");
  6.       play();
  7.       break;
  8.    case "e":
  9.       _root.typeZone = "v";
  10.       _root.waitAnim = 1;
  11.       if(_root.activeZone == "13")
  12.       {
  13.          gotoAndPlay("exp_" + _root.activeZone + "_" + _root.gLangue);
  14.       }
  15.       else
  16.       {
  17.          gotoAndPlay("exp_" + _root.activeZone);
  18.       }
  19.       break;
  20.    case "d":
  21.       _root.typeZone = "v";
  22.       gotoAndPlay("dia_" + _root.activeZone);
  23. }
  24.